getImportantForContentCapture
Gets the mode for determining whether this view is important for content capture.
See setImportantForContentCapture and isImportantForContentCapture for more info about this mode. Compatibility behavior:
- SDK 30 and above, this method matches platform behavior.
- SDK 29 and below, this method always return IMPORTANT_FOR_CONTENT_CAPTURE_AUTO.
Return
IMPORTANT_FOR_CONTENT_CAPTURE_AUTO by default, or value passed to setImportantForContentCapture.
Parameters
v
The View against which to invoke the method.